home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / .registry / http_upload.reg < prev    next >
Text File  |  2004-10-01  |  3KB  |  35 lines

  1. a:12:{s:8:"provides";a:0:{}s:8:"filelist";a:3:{s:10:"Upload.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:4:"HTTP";s:6:"md5sum";s:32:"c6ca9a2bf44dc9cac1997f401ea18709";s:12:"installed_as";s:46:"C:\xarelease149\xampp\php\pear\HTTP\Upload.php";}s:23:"docs\upload_example.php";a:4:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:4:"HTTP";s:6:"md5sum";s:32:"2cb222ea90d1dbb425f170e11b9b6ca8";s:12:"installed_as";s:71:"C:\xarelease149\xampp\php\pear\docs\HTTP_Upload\docs\upload_example.php";}s:7:"dirtree";a:2:{s:35:"C:\xarelease149\xampp\php\pear\HTTP";b:1;s:52:"C:\xarelease149\xampp\php\pear\docs\HTTP_Upload\docs";b:1;}}s:7:"package";s:11:"HTTP_Upload";s:7:"summary";s:59:"Easy and secure managment of files submitted via HTML Forms";s:11:"description";s:491:"This class provides an advanced file uploader system for file uploads made
  2. from html forms. Features:
  3.  * Can handle from one file to multiple files.
  4.  * Safe file copying from tmp dir.
  5.  * Easy detecting mechanism of valid upload, missing upload or error.
  6.  * Gives extensive information about the uploaded file.
  7.  * Rename uploaded files in different ways: as it is, safe or unique
  8.  * Validate allowed file extensions
  9.  * Multiple languages error messages support (es, en, de, fr, it, nl, pt_BR)";s:11:"maintainers";a:3:{i:0;a:4:{s:6:"handle";s:3:"cox";s:4:"name";s:13:"Tomas V.V.Cox";s:5:"email";s:15:"cox@idecnet.com";s:4:"role";s:4:"lead";}i:1;a:4:{s:6:"handle";s:4:"wenz";s:4:"name";s:14:"Christian Wenz";s:5:"email";s:12:"wenz@php.net";s:4:"role";s:4:"lead";}i:2;a:4:{s:6:"handle";s:7:"antonio";s:4:"name";s:33:"Ant├┤nio Carlos Ven├óncio J├║nior";s:5:"email";s:15:"antonio@php.net";s:4:"role";s:4:"lead";}}s:7:"version";s:5:"0.9.1";s:12:"release_date";s:10:"2004-08-11";s:15:"release_license";s:4:"LGPL";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:982:"**The first release in (exactly!) two years!**
  10.  
  11. - **Changes between 0.9.0 and 0.9.1: fixed md5 hashes in package.xml!***
  12. - (antonio) Added support for both PHP >= 4.2 and PHP 4.0-4.1
  13. - (antonio) Fixed a lot of bugs
  14. - (antonio, wenz) Fixed some localization strings
  15. - (wenz) if only empty files are uploaded, an error message 
  16.   is triggered 
  17. - (wenz) added setChmod() method to change CHMOD of uploaded files (patch by Markus Tacker) 
  18. - (cox, antonio, wenz) many minor fixes
  19. - (cox) Error detection was enhanced, so you no longer need to
  20.   check for PEAR::isError() in $upload->getFiles() or call
  21.   $upload->isMissing(). Instead you'll
  22.   get the error when do a check for $file->isError().
  23.  
  24.   Example:
  25.  
  26.    $upload = new HTTP_Upload('en');
  27.    $file = $upload->getFiles('i_dont_exist_in_form_definition');
  28.    if ($file->isError()) {
  29.       die($file->getMessage());
  30.    }
  31.  
  32. TODO:
  33.  
  34. - Move error class to a new file
  35. - As PEAR in general requires now PHP 4.2, maybe drop BC compat in future";s:13:"_lastmodified";i:1096629055;}